﻿.card-header button { text-decoration:none; font-weight:600; color:black }
.btn-link:hover {
    color: black ;
    text-decoration: none;
}   
 .note { font-size:.9rem; color:#6c757d; }
    .card{height:auto !important;}
    #incidentAccordion{
		font-family:Readex Pro;
	}
	.drop-zone {
      border: 2px dashed rgb(255, 193, 7);
      border-radius: 8px;
      padding: 30px;
      text-align: center;
      color: #6c757d;
      cursor: pointer;
      transition: background-color 0.2s ease-in-out;
    }
    .drop-zone.dragover {
      background-color: #e9f5ff;
    }
    .drop-zone input {
      display: none;
    }
    .file-list {
      margin-top: 10px;
    }
    .file-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px 10px;
      background: #f8f9fa;
      border: 1px solid #dee2e6;
      border-radius: 5px;
      margin-bottom: 5px;
    }

.error{
	border:1px red dashed !important;
}

.thank-you {
    display: none;
    margin: 20px auto;
    padding: 20px;
    max-width: 600px;
    background: #e6ffe6;
    border: 1px solid #00cc44;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #006622;
    font-weight: bold;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.innerPageHeaderSection{
	height:10vh;
}